home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / exclutls.lha / Include / Excel / UserInfo.i < prev   
Text File  |  1996-01-28  |  3KB  |  99 lines

  1.  STRUCTURE UserInfo,0
  2.     LONG    exui_Serial_Number        ; Unique number for each acct
  3.  
  4.     LONG    exui_LastPvt_Entry        ; Last time in personal area
  5.  
  6.     LONG    exui_LastCall            ; Time/date of first call
  7.     LONG    exui_FirstCall            ; Time/date of last call
  8.  
  9.     BYTE    exui_AccessGroup
  10.     BYTE    exui_ReducedAccess
  11.  
  12.     LONG    exuiReductionDate
  13.  
  14.     STRUCT    exui_ExAccess,exea_SIZE
  15.  
  16.     STRUCT    exui_Alias,31
  17.     STRUCT    exui_Real_Name,31
  18.     STRUCT    exui_Phone,21
  19.     STRUCT    exui_WorkPhone,21
  20.     STRUCT    exui_Street,31
  21.     STRUCT    exui_Mail_Route,15
  22.     STRUCT    exui_Country,4
  23.     STRUCT    exui_State,4
  24.     STRUCT    exui_City,26
  25.     STRUCT    exui_Comments,41
  26.     STRUCT    exui_Computer,31
  27.     STRUCT    exui_Net_Alias,41        ; Net Address for Usenet
  28.     STRUCT    exui_Macro,4*91            ; The New Macro Key Settings
  29.     BYTE    exui_KludgeFill00
  30.  
  31.     WORD    exui_Passwd
  32.  
  33.     LONG    exui_User_Info_Bits        ; refer to EI_ defines
  34.  
  35.     BYTE    exui_Term_Type            ; Terminal Type
  36.                         ; 1 = ASCII   2 = AMIGA
  37.     BYTE    exui_Term_Max_Col        ; Number of Columns
  38.     BYTE    exui_Term_Max_Lines        ; Number of Lines
  39.     BYTE    exui_Default_Proto        ; Default UD Protocal
  40.     BYTE    exui_Scan_Prefs            ; The scan preferences for scanning
  41.  
  42.     BYTE    exui_Time_Zone            ; Time zone offset
  43.  
  44.     STRUCT    exui_ExData,exed_SIZE
  45.  
  46.     LONG    exui_Up_Bytes            ; Bytes Uploaded
  47.     LONG    exui_Up_MBytes            ; MBytes uploaded
  48.     LONG    exui_Down_Bytes            ; Bytes Downloaded
  49.     LONG    exui_Down_MBytes        ; MBytes downloaded
  50.     LONG    exui_Up_Files            ; Files Uploaded
  51.     LONG    exui_Down_Files            ; Files Downloaded
  52.  
  53.     LONG    exui_Posts            ; Items posted
  54.     LONG    exui_Mail            ; How many letters sent
  55.     LONG    exui_Mail_Received        ; Letters this user has recieved
  56.  
  57.     LONG    exui_Call_Number        ; How many calls to the system
  58.  
  59.     LONG    exui_Balance            ; How much has the user charged
  60.  
  61.     LONG    exui_Credit_Bytes        ; UD byte credits
  62.     LONG    exui_Credit_Files        ; UD file credits
  63.     LONG    exui_Credit_Time        ; Timebank credits
  64.  
  65.     LONG    exui_Last_Baud            ; last baud rate
  66.     LONG    exui_Bad_Logins            ; # of failed attempts
  67.  
  68.     LONG    exui_FreeFiles            ; Files that are free!
  69.     LONG    exui_FreeBytes            ; Free bytes!
  70.  
  71.     STRUCT    exui_WhoNote,61            ; Info to other users in WHO
  72.  
  73.     BYTE    exui_Header_Prefs        ; message headers prefs
  74.  
  75.     LONG    exui_User_ID            ; The User's ID#
  76.  
  77.     LONG    exui_ScreenClear        ; Clears screen reading
  78.  
  79.     LONG    exui_WhoPrefs            ; Default Who Listing
  80.  
  81.     STRUCT    exui_BirthDate,exbd_SIZE
  82.  
  83.     LONG    exui_MBase_Flags
  84.     LONG    exui_FBase_Flags
  85.     LONG    exui_PBase_Flags
  86.  
  87.     BYTE    exui_BatchMethod
  88.     STRUCT    exui_Organization,81
  89.  
  90.     LONG    exui_Language
  91.     LONG    exui_MailCounter        ; Private
  92.  
  93.     WORD    exui_TextColor
  94.     WORD    exui_BarColor
  95.  
  96.     LONG    exui_MaxCommentLines
  97.     STRUCT    exui_expansion,4*17
  98.     LABEL exui_SIZE
  99.